Flash Upload Example


Change Flash file input setting using form below:

Maximum file size allowed to upload: (in bytes. 0 means no limit on filesize)
Redirect to:
(Browser will be redirected to this URL upon upload completion)
Style:
File filter:
Comma delimited list of allowed drop down title and file extensions.
For example: Images,*.jpg;*.gif;*.bmp
Each title and list of extensions are seperated by comma.
Show upload button in Flash object:
Note:
If Upload Button is not shown in the flash object,
you still can trigger the upload process by using JavaScript as shown in the ordinary Submit button below.
Call JavaScript event handler:
Note:
If true then we will call a JavaScript function for each event generated by FlashUpload. In this demo, the JavaScript function that will handle the event is called "ShowStatus"

Upload file using Flash Upload component below:

Note: In this example, all uploaded file will be automatically deleted in our server to conserve hard drive space.
To upload file along with other form data, please see the following example
View source code: example.cfm, upload.cfm